Check in codacy config file
authorRobert Lipe <robertlipe@users.noreply.github.com>
Sat, 16 Jun 2018 19:57:38 +0000 (14:57 -0500)
committerGitHub <noreply@github.com>
Sat, 16 Jun 2018 19:57:38 +0000 (14:57 -0500)
Ignore deprecated and third party code.

.codacy.yaml [new file with mode: 0644]

diff --git a/.codacy.yaml b/.codacy.yaml
new file mode 100644 (file)
index 0000000..03be866
--- /dev/null
@@ -0,0 +1,4 @@
+exclude_paths:
+  - 'deprecated/**'
+  - 'zlib/**'
+  - strptime.[ch]